home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Configuration / AV Speedup 1.0 / 840AV Disk-Thrashing next >
Text File  |  1993-11-09  |  1KB  |  26 lines

  1. There are at least two serious disk-related bugs in the 840AV, which have been
  2. verified by DTS:
  3.  
  4. 1) ChangedResource now flushes the resource's entire file out to disk.  This is
  5. first noticeable during a System install, when the Installer will take several
  6. minutes to construct the System file.  But it is most heinous during MPW Rez
  7. and Link.  My project takes 5 to 10 times longer to build (than on an 800)
  8. because the entire file is written to disk hundreds or thousands of times in
  9. rapid succession as each resource is added to my app.  Of course, this bug will
  10. make any program run slower if it adds, changes or deletes resources.
  11.  
  12. 2) SndDisposeChannel will hit the disk for some retarded reason.  Apple says
  13. the DSP chip is behind this.  Every time a system beep is played, for example,
  14. you'll notice a couple of "ca-chunks" from your hard disk.  This is especially
  15. harsh on sound-intensive applications (like games).  Many games slow down to a
  16. jerky crawl because they typically call SndDisposeChannel after each sampled
  17. sound completes.  The workaround is to leave a sound channel open and reuse
  18. it for each sampled sound until you quit or suspend your app.
  19.  
  20. Apple DTS classifies these bugs as "goofinesses", and currently offers no plans
  21. to fix them.
  22.  
  23. Todd Ouzts
  24.  
  25. Author: DAYNA
  26.